Page Index
2 C 小程序使用自定义导航栏

页面json

{
  "navigationStyle": "custom",
  "usingComponents": {
    "cu-custom": "/public/colorui/components/cu-custom"
  }
}

页面wxml

<cu-custom bgColor="bg-gradual-orange" isBack="{{true}}">
  <view slot="backText">返回</view>
  <view slot="content">砍价详情</view>
</cu-custom>